home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_65 / frame_5 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  153 b   |  11 lines

  1. if(outBound == "1")
  2. {
  3.    outBound = "0";
  4.    frame = "over";
  5.    call("tellFrame");
  6.    if(colourSet == "0")
  7.    {
  8.       call("setColour");
  9.    }
  10. }
  11.